home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / macutils.zip / macunpack.man < prev    next >
Text File  |  1992-11-19  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. MACUNPACK(L)             LOCAL COMMANDS              MACUNPACK(L)
  5.  
  6.  
  7.  
  8. NAME
  9.      macunpack - Macintosh file de-archiver
  10.  
  11. SYNOPSIS
  12.      macunpack [ - options ] [ file ]
  13.  
  14. DESCRIPTION
  15.      _m_a_c_u_n_p_a_c_k takes the Macintosh MacBinary archive specified in
  16.      _f_i_l_e  (or  standard input if none is specified) and extracts
  17.      the files it contains subject to the _o_p_t_i_o_n_s specified.  The
  18.      program  will  also  accept the data fork of the archive for
  19.      some kinds of archive as standard input.
  20.  
  21. OPTIONS
  22.      In the absence of any options, _m_a_c_u_n_p_a_c_k takes the specified
  23.      archive  and  silently extracts the file(s) it contains into
  24.      MacBinary format, giving the output files ".bin"  extensions
  25.      and  placing  them  in  the current working directory.  Sub-
  26.      directories are created for embedded folders.
  27.  
  28.      -3   Write files in fork  format  (.info,  .data  and  .rsrc
  29.           files.)
  30.  
  31.      -f   As -3, but empty data and rsrc files are not created.
  32.  
  33.      -r   Write resource forks only (.rsrc files.)
  34.  
  35.      -d   Write data forks only (.data files.)
  36.  
  37.      -u   As -d, but the codes for CR and  LF  are  interchanged,
  38.           the filename extension is .text.
  39.  
  40.      -U   As -u, but there is no filename extension.
  41.  
  42.      -a   Write files in AppleShare format.  This option is  only
  43.           valid  if the program is compiled with support for some
  44.           form of AppleShare.  The current directory  must  be  a
  45.           valid AppleShare folder.
  46.  
  47.      -s   Write extracted files to standard output  in  MacBinary
  48.           format.
  49.  
  50.      -l   List every file extracted (and  every  directory/folder
  51.           created etc.)
  52.  
  53.      -v   Like -l, but more verbose (implies -l.)
  54.  
  55.      -i   Do not extract, give information only (implies -l.)
  56.  
  57.      -q   Ask the user for every file/folder whether it should be
  58.           extracted (implies -l.)
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1   Last change: October 22, 1992                 1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. MACUNPACK(L)             LOCAL COMMANDS              MACUNPACK(L)
  71.  
  72.  
  73.  
  74.      -V   Gives the patchlevel of the program, and other informa-
  75.           tion.   Other options are ignored and the program quits
  76.           immediately.
  77.  
  78.      -H   Give  short  information  about  the  options.    Other
  79.           options are ignored and the program quits immediately.
  80.  
  81. BUGS
  82.      As this is a beta release, there may still be some problems.
  83.      Archives that are password protected and multi-file archives
  84.      are not dealt with.
  85.  
  86. SEE ALSO
  87.      macutil(1)
  88.  
  89. AUTHOR
  90.      Dik T. Winter, CWI, Amsterdam, The Netherlands (dik@cwi.nl)
  91.  
  92.      Parts of the code are based on  codes  from:  Steve  Davies,
  93.      Rahul  Dhesi,  Casper  H.S.  Dik, Jim McKie, Mark G. Mendel,
  94.      Haruhiko  Okumura,  Joe  Orost,  Samuel  H.  Smith,  Yooichi
  95.      Tagawa,  Spencer  W.  Thomas, Ken Turkowski, Allan G. Weber,
  96.      James A. Woods and Haruyasu Yoshizaki.
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sun Release 4.1   Last change: October 22, 1992                 2
  130.  
  131.  
  132.  
  133.